home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / WWIV Mods / WWIVMOD.ZIP / IQ002.MOD < prev    next >
Encoding:
Text File  |  1993-03-09  |  2.0 KB  |  50 lines

  1. IQ002.MOD, nice Games Listing Mod!
  2. Iq1 #1 @15814
  3. Sun Feb 28 09:45:27 1993
  4. IQ1's NUMBER 2 MOD!!!!
  5. Iq1 #1 @5809
  6. Thu Feb 25 17:03:50 1993
  7. ┌────────────────────────────────────────────────────────────────────────────┐
  8. │                                                                            │
  9. │  Mod Name: IQ002.MOD                    Mod Author: IQ1                    │
  10. │  Got rid of the ridiculas 000's         IceNet    : 1 @ 5809               │
  11. │  Difficulty: HHAHAH Block READ!!!       WWIVlink  : 1 @ 15814              │
  12. │  Files Modified : BBSUTL1.C                                                │
  13. │  WWIV Version   : 4.22                                                     │
  14. │  Description    : Puts your chains in a box with lots of nice colors! And  │
  15. │                   the display is STILL abortable! I know there are alot of │
  16. │                   mods that do this! But... I didn't like em! Plus this    │
  17. │                   puts the box in the center of the screen!                │
  18. └────────────────────────────────────────────────────────────────────────────┘
  19.  
  20. Step 1. Back up your source!
  21.         I warned ya....
  22.  
  23. Step 2. Load up BBSUTL1.C and replace void show_chains(int *mapp, int *map)
  24.         with:
  25.  
  26. void show_chains(int *mapp, int *map)
  27. {
  28.   int abort,i,i1;
  29.   char s[81];
  30.  
  31.   abort=0;
  32.   nl();
  33.   pla("               1┌──────┬──────────────────────────────────────────┐3  ",&abort);
  34.   pla("               1│ 7###3. 1│ 2Name of the Door to Run!                 1│3░░",&abort);
  35.   pla("               1├──────┼──────────────────────────────────────────┤3░░",&abort);
  36.   for (i=0; (i<*mapp) && (!abort) && (!hangup); i++) {
  37.     sprintf(s,"               1│ 7%-3d3. 1│ 2%-40s 1│3░░",i+1, chains[map[i]].description);
  38.     pla(s,&abort);
  39.   }
  40.  
  41.   pla("               1└──────┴──────────────────────────────────────────┘3░░",&abort);
  42.   pla("               3  ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░",&abort);
  43.   nl();
  44. }
  45.  
  46. Step 3. Save and recompile!
  47.  
  48. Step 4. Send me MAIL!! Please...
  49.  
  50.